﻿﻿body {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    background: #F1F8FD !important;
}

.main *,
table#table_id td {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

body .login-page {
    background: linear-gradient(#2FA1F8, #2984C9) !important;
}

h1 {
    font-size: 25px;
}
/*Globals*/
button.dt-button, div.dt-button, a.dt-button {
    color: white !important;
    background-color: #2FA1F8 !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #EFEDED !important;
    border: 0 !important;
    color: #000 !important;
}
/*End Globals*/

#InMenuLogo {
    background: url('../images/iconproject.jpg') no-repeat center center / 35px 35px !important;
    height: 50px;
    width: 50px;
    display: block;
}

    #InMenuLogo img {
        display: none !important;
    }

.main {
    margin-bottom: 20px;
}
/*Login Page*/
.login-page form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80%;
    width: 400px;
    background-color: white;
    box-shadow: 0 0 1px rgba(255, 255, 255, .125), 0 1px 3px rgba(255, 255, 255, 0.75) !important;
    padding: 30px;
    border-radius: 0.5rem !important;
    border: 0 !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
}

.login-page .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .login-page .logo img {
        width: 120px;
        margin-bottom: 20px;
    }

.login-page label {
    display: block !important;
    border-bottom: none !important;
}

.floating-input .placeholder {
    position: absolute;
    left: 15px !important;
    top: calc(35% + 10px) !important;
    transform: translateY(-50%);
    font-size: 15px !important;
    color: #1f2d3d !important;
    font-weight: normal !important;
    /*transition: top,opacity 0.3s ease-in-out, font-size 0.3s !important;*/
    opacity: 1;
}

.floating-input .focus,
.floating-input input:focus + .placeholder {
    /*top: 5px !important;*/
    opacity: 0;
}

.login-page input[type=password],
.login-page input[type=number],
.login-page input[type=text] {
    width: 100%;
    height: 40px !important;
    background: #EFEDED;
    display: inline-block;
    padding: 10px 15px !important;
    font-weight: normal !important;
    font-size: 15px !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.login-page .floating-input {
    padding-top: 5px !important;
}

.login-page #togglePasswordIcon {
    top: 15px;
}

.login-page #rate {
    display: block;
    /*flex-basis: 100%;*/
}

.login-page .LogInButton {
    display: block;
    border: 0 !important;
    color: white !important;
    background: #2FA1F8 !important;
    border-radius: 0 !important;
    width: 100% !important;
    font-size: 15px !important;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2) !important;
}

.error-message {
    text-align: right;
    display: none;
}

.rate-container {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
}

    .rate-container input {
        width: 100% !important;
    }
/*End Login Page*/

.right-section .image {
    border-radius: 50%;
    overflow: hidden;
}

.navbar-inverse1 {
    background-color: #fff !important;
    /*box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2) !important;*/
    box-shadow: none !important;
    border-bottom: 1px solid #dee2e6 !important;
    color: #1f2d3d !important;
}

    .navbar-inverse1 .navbar-nav > li > a {
        background: transparent !important;
    }

    .navbar-inverse1 .navbar-nav > li > a {
        color: rgba(0, 0, 0, .5) !important;
        font-weight: normal !important;
    }

        .navbar-inverse1 .navbar-nav > li:hover,
        .navbar-inverse1 .navbar-nav > li > a:active,
        .navbar-inverse1 .navbar-nav > li > a:focus,
        .navbar-inverse1 .navbar-nav > li > a:hover {
            color: rgba(0, 0, 0, 1) !important;
            border-bottom: none !important;
        }

.dropdown-toggle .caret {
    margin-left: 5px !important;
}

/*Table*/
.dataTables_wrapper {
    background: #fff !important;
    border-radius: 15px !important;
    padding: 20px 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2) !important;
}

.dt-buttons {
    margin-left: 20px;
}

.dataTables_filter {
    margin-right: 20px;
}

    .dataTables_filter input {
        background: #EFEDED;
        border: 0 !important;
        padding: 5px !important;
        border-radius: 5px !important;
    }

table.dataTable {
    border-bottom: 0 !important;
}

    table.dataTable thead th, table.dataTable thead td {
        margin-top: 10px !important;
        border-top: 1px solid #dee2e6 !important;
        border-bottom: 2px solid #dee2e6 !important;
    }

.dataTables_wrapper .dataTables_scroll {
    padding-top: 15px !important;
}

.dataTables_wrapper .bottom {
    padding: 15px 20px !important;
}

/*Dashboard*/
.card-box {
    background: #fff;
    /*border: 0 !important;*/
    /*box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2) !important;*/
}

.responsive-three-column-grid {
    grid-gap: 20px;
}

    #myChart,
    .responsive-three-column-grid > div {
        width: auto !important;
    }

.chart,
#myChart,
.grid-item.chart {
    padding: 15px !important;
    background: #fff !important;
    border-radius: 15px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2) !important;
}


.btnfinal {
    height: 33px;
    letter-spacing: 2px;
    font-size: 13px;
    width: 130px;
    padding: 4px 10px;
}

.btnfinal-wide {
    width: 160px;
}

.btn-icon {
    margin-right: 5px;
}

.Fwidth {
    width: 135px;
    height: 25px;
    text-align: center;
}
